home *** CD-ROM | disk | FTP | other *** search
- /**/
- 'cls'
- Say "*********************************************************************"
- Say " Name: Test Case 19"
- Say " "
- Say " Program: Picture Man"
- Say " "
- Say " Purpose: To display a 640x480x256 GIF image"
- Say " in a full screen WIN-OS/2"
- Say " "
- Say " "
- Say " Please refer to test19.doc for more"
- Say " information on what this test case does."
- Say "*********************************************************************"
-
- '@echo off'
- Pause
- 'cd ..\pman'
- 'call pman ..\..\data\640x480.gif'
- 'cd ..\testcase'
- '@echo on'
- EXIT
-